home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / mail / MakeMail05b.lha / MakeMail / MakeMail.doc < prev    next >
Text File  |  1995-07-09  |  8KB  |  304 lines

  1.  
  2.  
  3.  
  4.                                 MakeMail v0.5beta
  5.                                 -----------------
  6.  
  7.         Written 1995 by Ali Rene Schams-Pirzadeh. All rights reserved.
  8.  
  9.  
  10.  
  11. ===============================================================================
  12.  
  13.  
  14.  
  15.                      Hardware and Software Corner, Germany
  16.  
  17.                              | -=[Line 1]=-  | -=[Line 2]=-
  18.                    ----------+---------------+--------------
  19.                     FidoNeT  | 2:2464/220    | 2:2464/221
  20.                     ZyXeLNeT | 16:4903/6063  | 16:4903/6066
  21.                     AmiGaNeT | 39:172/8      | 39:172/103
  22.                     ISANeT   | 64:573/20     | 64:573/21
  23.                     BahnNeT  | 121:4960/1    | 121:4960/2
  24.                     GaMeSNeT | 144:4905/27   | 144:4905/28
  25.                     BikeNeT  | 168:4900/117  | 168:4900/117
  26.                     AdultNeT | 690:3955/6115 | 690:3955/6120
  27.                     EvENeT   | 707:2000/7    | 707:2000/8
  28.                     GeldNeT  | 777:10/608    | 777:10/614
  29.  
  30.  
  31.  
  32. ===============================================================================
  33.  
  34.  
  35.  
  36.  
  37.  
  38. 0. Contains
  39. -----------
  40.  
  41.  1. What is it ?
  42.  2. How to start
  43.     2.1. Example 1 (Matrix/Netmail)
  44.     2.2. Example 2 (Echomail)
  45.     2.3. Flags
  46.     2.4. CONFIG-file
  47.          2.4.1. STACK <stacksize>
  48.          2.4.2. TASKPRI <priority>
  49.  3. Policy
  50.     3.1. How to reach me
  51.  4. Appendix
  52.     4.1. Registered Trademarks
  53.     4.2. Thanks/Greetings
  54.  
  55.  
  56.  
  57.  
  58.  
  59. 1. What is it ?
  60. ---------------
  61.  
  62. MakeMail is a program used for converting textfiles to mails for transfering
  63. through fido and compatible networks. It can be used for netmail- and
  64. echomail-messages and MakeMail creates mailpakets in your inbound-directory;
  65. therefore you have to tell your tosser to import mails again.
  66.  
  67.  
  68.  
  69.  
  70.  
  71. 2. How to start
  72. ---------------
  73.  
  74. It's very simple, you do not even have to have a configuration file to use
  75. MakeMail. You start MakeMail by simply typing (all in one line)
  76.  
  77.  
  78.  
  79.  
  80.  
  81. 2.1. Example 1 (Matrix/Netmail):
  82. --------------------------------
  83.  
  84.       <-------- command to enter ---------> <----- description ----->
  85.  CLI> rx MakeMail.rexx                      name of the program
  86.          AREA    "matrix"                   name of area
  87.          FROMADR 2:2464/221.0               the address of the sender
  88.          FROM    "Ali Rene Schams-Pirzadeh" name of sender
  89.          TOADR   2:2464/220.0               address of receiver
  90.          TO      "Ali Rene Schams-Pirzadeh" name of receiver
  91.          FLAGS   "CM"                       flags to set
  92.          SUBJECT "This is an example"       subject
  93.          FILE    "MakeMail.rexx"            path/name of file
  94.          INBOUND "inbound:"                 inbound-dir
  95.          ORIGIN  "Original-<-Origin->-"     origin to use
  96.  
  97.  
  98.  
  99.       <-------- command to enter ---------> <----- description ----->
  100.  CLI> rx MakeMail.rexx                      name of the program
  101.          AREA    "netmail"                  name of area
  102.          FROMADR 2:2464/221.0               the address of the sender
  103.          FROM    "Ali Rene Schams-Pirzadeh" name of sender
  104.          TOADR   2:2464/220.0               address of receiver
  105.          TO      "Ali Rene Schams-Pirzadeh" name of receiver
  106.          FLAGS   "CM"                       flags to set
  107.          SUBJECT "This is an example"       subject
  108.          FILE    "MakeMail.rexx"            path/name of file
  109.          INBOUND "inbound:"                 inbound-dir
  110.          ORIGIN  "Original-<-Origin->-"     origin to use
  111.  
  112. As you can see it does not matter if the AREANAME is "matrix" or "netmail" !
  113.  
  114.  
  115.  
  116.  
  117.  
  118. 2.2. Example 2 (Echomail):
  119. --------------------------
  120.  
  121.       <-------- command to enter ---------> <----- description ----->
  122.  CLI> rx MakeMail.rexx                      name of program
  123.          AREA    "newfiles.ger"             name of area
  124.          FROMADR 2:2464/221.0               the address of the sender
  125.          FROM    "Ali Rene Schams-Pirzadeh" name of sender
  126.          TO      "Ali Rene Schams-Pirzadeh" name of receiver
  127.          FLAGS   ""                         flags to set
  128.          SUBJECT "This is an example"       subject
  129.          FILE    "MakeMail.rexx"            path/name of file
  130.          INBOUND "inbound1:"                inbound-dir
  131.          ORIGIN  "Original-<-Origin->-"     origin to use
  132.  
  133.  
  134.  
  135.  
  136.  
  137. 2.3. Flags:
  138. -----------
  139.  
  140. Currently the following flags are supported:
  141.  
  142.  - "CM" => for crashmail
  143.  - "FL" => for file attach (the file must be in your inbound-dir,
  144.            use filename for subject)
  145.  - "PV" => private mail (will be added automatically to net-/matrix-mails)
  146.  - "KS" => kill if sent
  147.  
  148. If you wanna use more than one flag: just add an extra space between them
  149. (have a look at the demo-script called 'MakeMail.Demo') !
  150.  
  151.  
  152.  
  153.  
  154.  
  155. 2.4. CONFIG-file
  156. ----------------
  157.  
  158. You may wish to use a configfile instead of all these command-line-options.
  159. That's no problem either: just write all the keywords into a configfile
  160. (one keyword a line) and use the keyword config to startup this program,
  161. "rx MakeMail.rexx config <configfile>" (for example
  162. "rx MakeMail.rexx config MakeMail.cfg").
  163.  
  164. The configfile may have the following additional keywords:
  165.  
  166.  
  167.  
  168.  
  169.  
  170. 2.4.1. STACK <stacksize>
  171. ------------------------
  172.  
  173. Default is "300000".
  174.  
  175.  
  176.  
  177.  
  178.  
  179. 2.4.2. TASKPRI <priority>
  180. -------------------------
  181.  
  182. Default is "-8".
  183.  
  184.  
  185.  
  186.  
  187.  
  188.    --> You may use for all keywords small or capital letters (or mixed) <--
  189.  
  190.  
  191.  
  192.  
  193.  
  194. 3. Policy
  195. ---------
  196.  
  197. The author of this software has the exclusive rights to this software which is
  198. protected by both german and international copyright laws.
  199.  
  200. This software is provided "as is", without warranty and/or guarantee of any
  201. kind. You may use and/or distribute this software and copies of it, as long as
  202. no alterations have been made, no files have been added to/ommitted from the
  203. original distribution archive and no charge is asked for.
  204.  
  205. If you use this software, you are oblidged to report all bugs to Ali Rene
  206. Schams-Pirzadeh. Suggestions are also welcome.
  207.  
  208.  
  209.  
  210.  
  211.  
  212. 3.1. How to reach me
  213. --------------------
  214.  
  215. You can reach me by email. Just write to
  216.  
  217.    FidoNeT  : Ali Rene Schams-Pirzadeh % 2:2464/220    or 2:2464/221
  218.    ZyXeLNeT : Ali Rene Schams-Pirzadeh % 16:4903/6063  or 16:4903/6066
  219.    AmiGaNeT : Ali Rene Schams-Pirzadeh % 39:172/8      or 39:172/103
  220.    ISANeT   : Ali Rene Schams-Pirzadeh % 64:573/20     or 64:573/21
  221.    BahnNeT  : Ali Rene Schams-Pirzadeh % 121:4960/1    or 121:4960/2
  222.    GaMeSNeT : Ali Rene Schams-Pirzadeh % 144:4905/27   or 144:4905/28
  223.    BikeNeT  : Ali Rene Schams-Pirzadeh % 168:4900/117  or 168:4900/117
  224.    AdultNeT : Ali Rene Schams-Pirzadeh % 690:3955/6115 or 690:3955/6120
  225.    EvENeT   : Ali Rene Schams-Pirzadeh % 707:2000/7    or 707:2000/8
  226.    GeldNeT  : Ali Rene Schams-Pirzadeh % 777:10/608    or 777:10/614
  227.  
  228. If you wanna send me some money ;-))
  229.  
  230.    Ali Rene Schams-Pirzadeh
  231.    Deutsche Bank AG Darmstadt
  232.    Konto-Nr. 069 81 34
  233.    BLZ 508 700 05
  234.  
  235.    (If you add the name of this program, the version you have and your
  236.     address I will send you a newer version as soon as available !)
  237.  
  238.  
  239.  
  240.  
  241.  
  242. 4. Appendix
  243. -----------
  244.  
  245.  
  246.  
  247.  
  248.  
  249. 4.1. Registered Trademarks
  250. --------------------------
  251.  
  252. The following names are either trademarks or the efford of other persons:
  253.  
  254.  - Amiga is a registered trademark of Commodore-Amiga, Inc.
  255.  
  256.  - Fido and FidoNet are trademarks of Tom Jennings, Fido Software
  257.  
  258.  - Foozle Mail Manipulation System by Peer Hasselmeyer
  259.  
  260.  - Ftick and Fhatch by Peer Hasselmayer
  261.  
  262.  - TrapDoor by Maximilian Hantsch and Martin Laubach
  263.  
  264.  - MakeHatch, MakeRaid and MakeTick by Ali Rene Schams-Pirzadeh
  265.  
  266.  - MakeMail by Ali Rene Schams-Pirzadeh
  267.  
  268.  - Raid (for MS-DOS) by George Peace
  269.  
  270.  - Tick (for MS-DOS) by Barry Geller
  271.  
  272.  
  273.  
  274.  
  275.  
  276. 4.2. Thanks/Greetings
  277. ---------------------
  278.  
  279. Many thanks and many greetings to the following people:
  280.  
  281.  - Markus Bieler
  282.  
  283.  - Bob English
  284.  
  285.  - Arnold Hasshold
  286.  
  287.  - Frank Heidenblut
  288.  
  289.  - Michael Hettenbach
  290.  
  291.  - Robert Hofmann
  292.  
  293.  - Marco Keuthen ;-))
  294.  
  295.  - Harald Meinzer
  296.  
  297.  - Frank Schaffer
  298.  
  299.  - Ralf Thill
  300.  
  301.  - Eric Wick
  302.  
  303. and all the other whoever helped me to finish this program !
  304.